projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53831e6
)
print-editor: Set the devel style class
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 13 Jul 2020 12:23:39 +0000
(08:23 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 13 Jul 2020 12:27:51 +0000
(08:27 -0400)
Lets clearly communicate that we're unstable.
demos/print-editor/print-editor.c
patch
|
blob
|
history
diff --git
a/demos/print-editor/print-editor.c
b/demos/print-editor/print-editor.c
index e6353fa05468f5955593ce1a6739cfe627ada9e2..eda61a061d91411a3d964a7926ec01ff3a9f8186 100644
(file)
--- a/
demos/print-editor/print-editor.c
+++ b/
demos/print-editor/print-editor.c
@@
-781,6
+781,8
@@
activate (GApplication *app)
gtk_application_window_set_show_menubar (GTK_APPLICATION_WINDOW (main_window), TRUE);
update_title (GTK_WINDOW (main_window));
+ gtk_widget_add_css_class (main_window, "devel");
+
box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
gtk_window_set_child (GTK_WINDOW (main_window), box);